home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 27 / CU Amiga Magazine's Super CD-ROM 27 (1998)(EMAP Images)(GB)[!][issue 1998-10].iso / CUCD / PowerPC / vbcc / Examples / mixedbinary / README < prev   
Text File  |  1998-08-02  |  583b  |  16 lines

  1. Mixed M68k/PowerPC binaries are not as easy with vbcc-WarpOS as
  2. with StormC, for example, where all calls are handled completely
  3. transparent to the user.
  4.  
  5. This directory gives an example how to implement M68k-calls from a
  6. PowerPC program in an easy way, by providing the function m68k().
  7. The other direction - calling PPC functions from an M68k program -
  8. is even more difficult... :)
  9.  
  10. You also need the vbcc M68k compiler to rebuild the executable. The
  11. latest vbcc source is available at
  12.  
  13. http://www.franken.de/users/vb/vbcc/
  14.  
  15. Or download the last official vbcc release from Aminet.
  16.